ScrollFeedbackProviderCompat

Compat to access ScrollFeedbackProvider across different build versions.

Functions

Link copied to clipboard
Link copied to clipboard
open fun onScrollLimit(inputDeviceId: Int, source: Int, axis: Int, isStart: Boolean)
Call this when the view has reached the scroll limit.
Link copied to clipboard
open fun onScrollProgress(inputDeviceId: Int, source: Int, axis: Int, deltaInPixels: Int)
Call this when the view has scrolled.
Link copied to clipboard
open fun onSnapToItem(inputDeviceId: Int, source: Int, axis: Int)
Call this when the view has snapped to an item.